HomeSort by relevance Sort by last modified time
    Searched refs:strthis (Results 1 - 3 of 3) sorted by null

  /external/libcap-ng/libcap-ng-0.7/bindings/python/
capng.py 58 try: strthis = "proxy of " + self.this.__repr__()
59 except: strthis = ""
60 return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 60 try: strthis = "proxy of " + self.this.__repr__()
61 except: strthis = ""
62 return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol.py 60 try: strthis = "proxy of " + self.this.__repr__()
61 except: strthis = ""
62 return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)
    [all...]

Completed in 142 milliseconds