mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
Python: Remove accidentally committed files
This commit is contained in:
@@ -1 +0,0 @@
|
||||
semmle-extractor-options: --max-import-depth=0
|
||||
@@ -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)
|
||||
@@ -1 +0,0 @@
|
||||
| 1 |
|
||||
Reference in New Issue
Block a user