Files
andrey.matveevandintellij-monorepo-bot 92e41799f2 PY-37720 Impl python ml completion features
GitOrigin-RevId: 3b8029ab460672b286d7b1cf96fd35bf9c57bf59
2019-10-11 08:01:46 +00:00

5 lines
67 B
Python

def my_not_builtins_function(x, y):
print(x)
print(y)
m<caret>