File tree Expand file tree Collapse file tree
query-tests/Security/lib/zope Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 |
Original file line number Diff line number Diff line change 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/
Original file line number Diff line number Diff line change 1+ class Interface ():
2+ pass
3+
4+
5+ class implementer :
6+
7+ def __call__ (self , ob ):
8+ ...
9+ return ob
You can’t perform that action at this time.
0 commit comments