autofile.info¶
module for working with YAML-style information
- autofile.info.object_(inf_dct)¶
create an information object from a dictionary
- autofile.info.string(inf_obj)¶
write an information object to a YAML string
- autofile.info.dict_(inf_obj)¶
convert an information object back to a dictionary
- autofile.info.from_string(inf_str)¶
read an information object from a YAML string
- autofile.info.matches_function_signature(inf_obj, function)¶
does the information object match this function signature?