Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e257ba4

Browse files
committed
Python: Make zope web tests pass
1 parent 387ab52 commit e257ba4

4 files changed

Lines changed: 11 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
| 12 | ControlFlowNode for implementer | class implementer | resources/lib/python/lib/zope/interface/declarations.py:352 |
1+
| 12 | ControlFlowNode for implementer | class implementer | ../../../query-tests/Security/lib/zope/interface/__init__.py:5 |
22
| 13 | ControlFlowNode for IThing | class IThing | test.py:4 |
33
| 14 | ControlFlowNode for Thing | class Thing | test.py:9 |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
semmle-extractor-options: --max-import-depth=3 -p ../../../../resources/lib/python/lib/ --respect-init=False
1+
semmle-extractor-options: --max-import-depth=3 -p ../../../query-tests/Security/lib/

python/ql/test/query-tests/Security/lib/zope/__init__.py

Whitespace-only changes.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
class Interface():
2+
pass
3+
4+
5+
class implementer:
6+
7+
def __call__(self, ob):
8+
...
9+
return ob

0 commit comments

Comments
 (0)