module documentation

Undocumented

Class Printer No class docstring; 0/1 class variable, 5/5 methods, 0/1 class documented
Class RosMakeAll No class docstring; 0/22 instance variable, 4/12 methods documented
Function make_command @return: name of 'make' command @rtype: str
Function makedirs_with_parent_perms Create the directory using the permissions of the nearest (existing) parent directory. This is useful for logging, where a root process sometimes has to log in the user's space. @param p: directory to create @type p: str...
Variable _popen_lock Undocumented
def make_command():

@return: name of 'make' command @rtype: str

def makedirs_with_parent_perms(p):

Create the directory using the permissions of the nearest (existing) parent directory. This is useful for logging, where a root process sometimes has to log in the user's space. @param p: directory to create @type p: str

_popen_lock =

Undocumented