guess_package method

guess_package

Returns the name of a required package that supposedly defines the command or environment.

Returns

The package name.

def guess_package(self, command_name, is_environment):
    ...
ParameterTypeDescription
command_namestrThe command name.
is_environmentboolSpecifies whether to guess a package for a command or an environment.

See Also