Skip to content

How do I easily access the documentation/docstring of createVariable()? #320

@jypeter

Description

@jypeter

I wanted to check some parameters of cdms2.createVariable, but there is no docstring...

help(cdms2.createVariable) just returns

Help on function createVariable in module cdms2.tvariable:

createVariable(*args, **kargs)

Trying help(cdms2.tvariable.createVariable) returns the same non-helpful result

Using search in the readthedoc was not very helpful and it took me some time to eventually find https://cdms.readthedocs.io/en/latest/manual/cdms_2.html?highlight=createvariable#variable-constructors

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions