mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Python: address more review comments
This commit is contained in:
@@ -9,6 +9,6 @@
|
||||
import modeling.ModelEditor
|
||||
|
||||
from Endpoint endpoint
|
||||
select endpoint, endpoint.getNamespace(), endpoint.getType(), endpoint.getName(),
|
||||
select endpoint, endpoint.getNamespace(), endpoint.getClass(), endpoint.getFunctionName(),
|
||||
endpoint.getParameters(), endpoint.getSupportedStatus(), endpoint.getFileName(),
|
||||
endpoint.getSupportedType(), endpoint.getKind()
|
||||
|
||||
Reference in New Issue
Block a user