Skip to content

base module

Base class.


Base class

Base()

Base class for all VBT classes.

Subclasses


chat class method

Base.chat(
    message,
    chat_history=None,
    **kwargs
)

Chat this class or one of its attributes.

Uses chat_about.


find_api class method

Base.find_api(
    **kwargs
)

Find API pages and headings relevant to this class or one of its attributes.

Uses find_api.


find_assets class method

Base.find_assets(
    **kwargs
)

Find all assets relevant to this class or one of its attributes.

Uses find_assets.


find_docs class method

Base.find_docs(
    **kwargs
)

Find documentation pages and headings relevant to this class or one of its attributes.

Uses find_docs.


find_examples class method

Base.find_examples(
    **kwargs
)

Find (code) examples relevant to this class or one of its attributes.

Uses find_examples.


find_messages class method

Base.find_messages(
    **kwargs
)

Find messages relevant to this class or one of its attributes.

Uses find_messages.