Learn Python 3 in Y Minutes
| 875 | |
| 876 | |
| 877 | class LearnPython3Adapter(LearnXYAdapter): |
| 878 | "Learn Python 3 in Y Minutes" |
| 879 | |
| 880 | prefix = "python3" |
| 881 | _filename = "python3.html.markdown" |
| 882 | _splitted = False |
| 883 | |
| 884 | |
| 885 | class LearnRAdapter(LearnXYAdapter): |
nothing calls this directly
no outgoing calls
no test coverage detected