1

All functions in builtins.py look like this:

def print(...):
    '''docstring'''
    pass

What's the deal with that?

actual_panda
  • 1,178
  • 9
  • 27
  • 2
    Where did you see that? It would be useful to provide a path or link to the appropriate file at Python's git repo. – metatoaster Mar 16 '20 at 08:31
  • 2
    @metatoaster I expect it's what they see when clicking on a builtin in intellij/pycharm, because the ide opens a python stub file (which basically just has definitions & signatures for the IDE to parse / recognise). – Masklinn Mar 16 '20 at 08:54

0 Answers0