Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement all built-in functions #4

Open
7 of 71 tasks
Rexicon226 opened this issue Feb 29, 2024 · 0 comments
Open
7 of 71 tasks

implement all built-in functions #4

Rexicon226 opened this issue Feb 29, 2024 · 0 comments
Assignees
Labels
feature New feature to be added

Comments

@Rexicon226
Copy link
Owner

Rexicon226 commented Feb 29, 2024

Lots of these are blocked by larger features that need to be added first.

List: https://docs.python.org/3.10/library/functions.html
Checklist:

  • abs()
  • aiter()
  • all()
  • any()
  • anext()
  • ascii()
  • bin()
  • bool()
  • breakpoint()
  • bytearray()
  • bytes()
  • callable()
  • chr()
  • classmethod()
  • compile()
  • complex()
  • delattr()
  • dict()
  • dir()
  • divmod()
  • enumerate()
  • eval()
  • exec()
  • filter()
  • float()
  • format()
  • frozenset()
  • getattr()
  • globals()
  • hasattr()
  • hash()
  • help()
  • hex()
  • id()
  • input()
  • int()
  • isinstance()
  • issubclass()
  • iter()
  • len()
  • list()
  • locals()
  • map()
  • max()
  • memoryview()
  • min()
  • next()
  • object()
  • oct()
  • open()
  • ord()
  • pow()
  • print()
  • property()
  • range()
  • repr()
  • reversed()
  • round()
  • set()
  • setattr()
  • slice()
  • sorted()
  • staticmethod()
  • str()
  • sum()
  • super()
  • tuple()
  • type()
  • vars()
  • zip()
  • __import__()
@Rexicon226 Rexicon226 self-assigned this Feb 29, 2024
@Rexicon226 Rexicon226 added the feature New feature to be added label Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature to be added
Projects
None yet
Development

No branches or pull requests

1 participant