Home | History | Annotate | Download | only in python2.7

Lines Matching defs:architecture

47 #    0.7.2 - fixed architecture() to use sizeof(pointer) where available
77 # 0.3.2 - added architecture() API and support for it in platform()
1065 ### Information about the used architecture
1067 # Default values for architecture; non-empty strings override the
1077 def architecture(executable=sys.executable,bits='',linkage=''):
1080 binary) for various architecture information.
1083 the bit architecture and the linkage format used for the
1214 # WOW64 processes mask the native architecture
1629 bits,linkage = architecture(sys.executable)