Home | History | Annotate | Download | only in Lib

Lines Matching defs:architecture

49 #    0.7.2 - fixed architecture() to use sizeof(pointer) where available
79 # 0.3.2 - added architecture() API and support for it in platform()
1020 ### Information about the used architecture
1022 # Default values for architecture; non-empty strings override the
1032 def architecture(executable=sys.executable,bits='',linkage=''):
1035 binary) for various architecture information.
1038 the bit architecture and the linkage format used for the
1169 # WOW64 processes mask the native architecture
1604 bits,linkage = architecture(sys.executable)