Merge remote-tracking branch 'origin/pycurl' into planetlab-4_0-branch
[plcapi.git] / trunk / doc / DocBookLocal.py
1
2 from PLC.API import PLCAPI
3
4 def get_func_list(methods = None):
5         api = PLCAPI(None)
6         if not methods:
7             methods = api.methods
8         return [api.callable(method) for method in methods]