Home
last modified time | relevance | path

Searched refs:_INSTANCETYPE (Results 1 – 2 of 2) sorted by relevance

/external/selinux/sepolgen/src/sepolgen/
Dlex.py41 _INSTANCETYPE = (types.InstanceType, types.ObjectType) variable
43 _INSTANCETYPE = object variable
507 elif isinstance(module, _INSTANCETYPE):
538 if (module and isinstance(module,_INSTANCETYPE)):
Dyacc.py1950 _INSTANCETYPE = (types.InstanceType, types.ObjectType) variable
1952 _INSTANCETYPE = object variable
1979 elif isinstance(module, _INSTANCETYPE):
2025 if (module and isinstance(module,_INSTANCETYPE)):