MCPcopy Create free account
hub / github.com/eternnoir/pyTelegramBotAPI / User

Class User

examples/step_example.py:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15
16class User:
17 def __init__(self, name):
18 self.name = name
19 self.age = None
20 self.sex = None
21
22
23# Handle '/start' and '/help'

Callers 1

process_name_stepFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…