MCPcopy Create free account
hub / github.com/ZeroIntensity/pointers.py / printf

Function printf

src/pointers/bindings.py:655–656  ·  view source on GitHub ↗
(fmt: StringLike, *args: Format)

Source from the content-addressed store, hash-verified

653
654
655def printf(fmt: StringLike, *args: Format) -> int:
656 return binding_base(dll.printf, make_string(fmt), *make_format(*args))
657
658
659def sprintf(string: StringLike, fmt: StringLike, *args: Format) -> int:

Callers

nothing calls this directly

Calls 3

binding_baseFunction · 0.85
make_stringFunction · 0.85
make_formatFunction · 0.85

Tested by

no test coverage detected