Skip to content

Commit ca97144

Browse files
MarkKoz64json
authored andcommitted
Add Tracer
1 parent 7072673 commit ca97144

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

tracer/Tracer.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
from tracer import Commander
2+
3+
4+
class Tracer(Commander):
5+
def __init__(self, title: str = None):
6+
super().__init__(title=title or {})
7+
8+
@classmethod
9+
def delay(cls, lineNumber: int = None):
10+
cls.command("delay", lineNumber=lineNumber or {})
11+
12+
@classmethod
13+
def set(cls):
14+
cls.command("set")
15+
16+
@classmethod
17+
def reset(cls):
18+
cls.command("reset")

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy