Lines Matching defs:string
7 information concatenated as single string to stdout. The output
82 # 0.2.1 - added cache logic and changed the platform string format
116 import sys,string,os,re
208 tv = string.split(line)
214 version = string.strip(value)
216 values = string.split(value,'-')
224 pkg = string.split(line,'-')
284 l = string.split(string.strip(firstline))
455 version string using the format major.minor.build (or patchlevel).
457 l = string.split(version,'.')
466 version = string.join(strings[:3],'.')
479 # Note that the "Version" string gets localized on different
520 info = string.strip(info)
888 l = string.split(release,'.')
897 release = string.join(l,'.')
924 """ Helper to format the platform string in a filename
927 # Format the platform string
928 platform = string.join(
929 map(string.strip,
934 replace = string.replace
1011 output = string.strip(f.read())
1041 # import sys,string,os,re,subprocess
1254 version = string.join(vminfo,', ')
1307 An empty string is returned if the value cannot be determined.
1317 An empty string is returned if the value cannot be determined.
1326 An empty string is returned if the value cannot be determined.
1335 An empty string is returned if the value cannot be determined.
1344 An empty string is returned if the value cannot be determined.
1353 An empty string is returned if the value cannot be
1386 revision, build number, build date/time as string and the compiler
1387 identification string.
1397 string, e.g. if the version was read from a different Python
1464 l = string.split(version, '.')
1467 version = string.join(l, '.')
1476 """ Returns a string identifying the Python implementation.
1489 """ Returns the Python version as string 'major.minor.patchlevel'
1506 return tuple(string.split(_sys_version()[1], '.'))
1510 """ Returns a string identifying the Python implementation
1516 If not available, an empty string is returned.
1524 """ Returns a string identifying the Python implementation
1530 If not available, an empty string is returned.
1545 """ Returns a string identifying the compiler used for compiling
1557 """ Returns a single string identifying the underlying platform
1638 # Default is to print the aliased verbose platform string