IPWorks SNMP 2020 Python Edition

Questions / Feedback?

on_import_symbols Event

List of imported symbols and the respective modules where they are declared.

Syntax

class MibBrowserImportSymbolsEventParams(object):
  @property
  def symbols() -> str: ...
  @property
  def module_name() -> str: ...

# In class MibBrowser:
@property
def on_import_symbols() -> Callable[[MibBrowserImportSymbolsEventParams], None]: ...
@on_import_symbols.setter
def on_import_symbols(event_hook: Callable[[MibBrowserImportSymbolsEventParams], None]) -> None: ...

Remarks

The Symbols parameter is a comma separated list of all symbols that must be imported from ModuleName.

The module is loaded through the load_mib method.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SNMP 2020 Python Edition - Version 20.0 [Build 8202]