Skip to content

Application Programming Interface

example_method()

This is an example method.

Source code in cube_wrangler/methods.py
1
2
3
4
5
def example_method():
    """
    This is an example method.
    """
    print("Hello from cube_wrangler!")