MCPcopy
hub / github.com/tinode/chat / set_macros_module

Function set_macros_module

tn-cli/commands.py:37–40  ·  view source on GitHub ↗

Set the macros module for use in command parsing.

(m)

Source from the content-addressed store, hash-verified

35
36
37def set_macros_module(m):
38 """Set the macros module for use in command parsing."""
39 global macros
40 macros = m
41
42
43# Create proto for ClientExtra

Callers 1

tn-cli.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…