Module Descriptors
Import path
import semmle.python.types.DescriptorsImports
Classes
| ClassMethodObject | A class method object. Either a decorated function or an explicit call to classmethod(f) |
| StaticMethodObject | A static method object. Either a decorated function or an explicit call to staticmethod(f) |