MCPcopy Create free account
hub / github.com/chubin/cheat.sh / LearnPython3Adapter

Class LearnPython3Adapter

lib/adapter/learnxiny.py:877–882  ·  view source on GitHub ↗

Learn Python 3 in Y Minutes

Source from the content-addressed store, hash-verified

875
876
877class LearnPython3Adapter(LearnXYAdapter):
878 "Learn Python 3 in Y Minutes"
879
880 prefix = "python3"
881 _filename = "python3.html.markdown"
882 _splitted = False
883
884
885class LearnRAdapter(LearnXYAdapter):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected