mirror of
https://github.com/github/codeql.git
synced 2025-12-25 05:06:34 +01:00
9 lines
194 B
Python
9 lines
194 B
Python
|
|
# Base class method
|
|
def runsource(self, source, filename="<input>", symbol="single"):
|
|
... # Definition
|
|
|
|
|
|
# Extend base class method
|
|
def runsource(self, source):
|
|
... # Definition |