Package solvcon :: Module helper
[hide private]
[frames] | no frames]

Module helper

source code

Helping functionalities.

Classes [hide private]
  Printer
Print message to a stream.
  Information
Functions [hide private]
 
generate_apidoc(outputdir='doc/api')
Use epydoc to generate API doc.
source code
bool
iswin()
Returns: flag under windows or not.
source code
 
get_username() source code
str
search_in_parents(loc, name)
Search for something in the file system all the way up from the specified location to the root.
source code
Variables [hide private]
  info = Information()
  __package__ = 'solvcon'
Function Details [hide private]

iswin()

source code 
Returns: bool
flag under windows or not.

search_in_parents(loc, name)

source code 

Search for something in the file system all the way up from the specified location to the root.

Parameters:
  • loc (str) - the location to start searching.
  • name (str) - the searching target.
Returns: str
the absolute path to the FS item.