Python: Remove accidentally committed files

This commit is contained in:
Rasmus Wriedt Larsen
2023-01-17 10:51:01 +01:00
parent 479f019eb0
commit b6f76d784c
3 changed files with 0 additions and 19 deletions

View File

@@ -1 +0,0 @@
semmle-extractor-options: --max-import-depth=0

View File

@@ -1,17 +0,0 @@
def my_func(arg):
print("my_func", arg)
class Foo:
def foo(self, arg=42):
print("Foo.foo", self, arg)
my_func(43)
import random
if random.choice([True, False]):
func = my_func
else:
func = Foo.foo
func(44)

View File

@@ -1 +0,0 @@
| 1 |