recipy.PatchBaseScientific module

class recipy.PatchBaseScientific.PatchBS4

Bases: recipy.PatchSimple.PatchSimple

input_functions = ['BeautifulSoup']
input_wrapper(wrapped, instance, args, kwargs)
modulename = 'bs4'
output_functions = []
output_wrapper(wrapped, instance, args, kwargs)
class recipy.PatchBaseScientific.PatchLXML

Bases: recipy.PatchSimple.PatchSimple

input_functions = ['parse', 'iterparse']
input_wrapper(wrapped, instance, args, kwargs)
modulename = 'lxml.etree'
output_functions = []
output_wrapper(wrapped, instance, args, kwargs)
class recipy.PatchBaseScientific.PatchMPL

Bases: recipy.PatchSimple.PatchSimple

input_functions = []
input_wrapper(wrapped, instance, args, kwargs)
modulename = 'matplotlib.pyplot'
output_functions = ['savefig']
output_wrapper(wrapped, instance, args, kwargs)
class recipy.PatchBaseScientific.PatchNumpy

Bases: recipy.PatchSimple.PatchSimple

input_functions = ['genfromtxt', 'loadtxt', 'fromfile']
input_wrapper(wrapped, instance, args, kwargs)
modulename = 'numpy'
output_functions = ['save', 'savez', 'savez_compressed', 'savetxt']
output_wrapper(wrapped, instance, args, kwargs)
class recipy.PatchBaseScientific.PatchPandas

Bases: recipy.PatchSimple.PatchSimple

input_functions = ['read_csv', 'read_table', 'read_excel', 'read_hdf', 'read_pickle', 'read_stata', 'read_msgpack']
input_wrapper(wrapped, instance, args, kwargs)
modulename = 'pandas'
output_functions = ['DataFrame.to_csv', 'DataFrame.to_excel', 'DataFrame.to_hdf', 'DataFrame.to_msgpack', 'DataFrame.to_stata', 'DataFrame.to_pickle', 'Panel.to_excel', 'Panel.to_hdf', 'Panel.to_msgpack', 'Panel.to_pickle', 'Series.to_csv', 'Series.to_hdf', 'Series.to_msgpack', 'Series.to_pickle']
output_wrapper(wrapped, instance, args, kwargs)