|
|
|
|
|
|
|
|
|
|
|
getPlatformID()
Return an identifier string that represents what platform Chandler
is being run on. |
source code
|
|
|
|
getPlatformName()
Return a plain text string that represents what platform Chandler
is being run on. |
source code
|
|
|
|
getUserAgent()
Construct a rfc spec'd UserAgent string from the platform and
version information |
source code
|
|
|
|
initDefaults(**kwds)
Return a default command line options object from
COMMAND_LINE_OPTIONS dict, optional env vars and optional kwd
args |
source code
|
|
|
|
| varArgsCallback(option,
opt,
value,
parser,
default) |
source code
|
|
|
|
|
|
|
initProfileDir(options)
Ensure we have the profile directory. |
source code
|
|
|
|
loadPrefs(options)
Load the chandler.prefs file as a ConfigObj, in profileDir by
default. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
locateChandlerDirectory()
Find the directory that Chandler lives in by looking up the file
that the application module lives in. |
source code
|
|
|
|
| locateRepositoryDirectory(profileDir,
options) |
source code
|
|
|
|
| initRepository(directory,
options,
allowSchemaView=True) |
source code
|
|
|
|
|
|
|
|
|
|
initParcelEnv(options,
chandlerDirectory)
PARCEL_IMPORT defines the import directory containing parcels
relative to chandlerDirectory where os separators are replaced with
"." just as in the syntax of the import statement. |
source code
|
|
|
|
|
|
|
| initParcels(options,
view,
path,
namespaces=<Locale: en_US>) |
source code
|
|
|
|
| initPlugins(options,
view,
plugin_env,
eggs) |
source code
|
|
|
|
|
|
|
|
|
|
initCrypto(profileDir)
Initialize the cryptographic services before doing any other
cryptographic operations. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|