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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Bastion.py 32 __all__ = ["BastionClass", "Bastion"]
37 class BastionClass:
41 You could subclass this and pass the subclass as the bastionclass
88 name=None, bastionclass=BastionClass):
99 bastionclass - class used to create the bastion; default BastionClass
131 return bastionclass(get2, name)
  /external/python/cpython2/Lib/
Bastion.py 32 __all__ = ["BastionClass", "Bastion"]
37 class BastionClass:
41 You could subclass this and pass the subclass as the bastionclass
88 name=None, bastionclass=BastionClass):
99 bastionclass - class used to create the bastion; default BastionClass
131 return bastionclass(get2, name)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
Bastion.py 32 __all__ = ["BastionClass", "Bastion"]
37 class BastionClass:
41 You could subclass this and pass the subclass as the bastionclass
88 name=None, bastionclass=BastionClass):
99 bastionclass - class used to create the bastion; default BastionClass
131 return bastionclass(get2, name)
  /prebuilts/gdb/linux-x86/lib/python2.7/
Bastion.py 32 __all__ = ["BastionClass", "Bastion"]
37 class BastionClass:
41 You could subclass this and pass the subclass as the bastionclass
88 name=None, bastionclass=BastionClass):
99 bastionclass - class used to create the bastion; default BastionClass
131 return bastionclass(get2, name)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Bastion.py 32 __all__ = ["BastionClass", "Bastion"]
37 class BastionClass:
41 You could subclass this and pass the subclass as the bastionclass
88 name=None, bastionclass=BastionClass):
99 bastionclass - class used to create the bastion; default BastionClass
131 return bastionclass(get2, name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Bastion.py 32 __all__ = ["BastionClass", "Bastion"]
37 class BastionClass:
41 You could subclass this and pass the subclass as the bastionclass
88 name=None, bastionclass=BastionClass):
99 bastionclass - class used to create the bastion; default BastionClass
131 return bastionclass(get2, name)

Completed in 126 milliseconds