Python Forum
Why built in functions are defined as class?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Why built in functions are defined as class?
#1
In python official documentation there is a list of built in functions. But if I click on some of them, instead of taking me to a function definition, it takes me to a class definition. But if they are classes, then why they are under function definition?

For example, if I click on slice() function, it takes me to class slice
Reply


Messages In This Thread
Why built in functions are defined as class? - by quazirfan - Oct-04-2021, 03:46 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  "Name is not defined" when running a class lil_e 6 4,140 Jan-12-2023, 11:57 PM
Last Post: lil_e
  Calling functions from within a class: PYQT6 Anon_Brown 4 3,820 Dec-09-2021, 12:40 PM
Last Post: deanhystad
  Error when refering to class defined in 'main' in an imported module HeRo 2 2,432 Apr-13-2021, 07:22 PM
Last Post: HeRo
  Question about functions(built-in) Jinja2Exploitation 2 1,973 Nov-15-2020, 02:13 PM
Last Post: jefsummers
  should I ... go class or stick with functions? 3Pinter 4 2,122 Nov-14-2020, 10:40 AM
Last Post: 3Pinter
  Running scripts and location of saved interpreted user-defined classes and functions leodavinci1990 3 2,558 Aug-25-2020, 03:43 AM
Last Post: micseydel
  "Class already defined" while using typings. DreamingInsanity 0 2,356 Aug-19-2020, 10:43 AM
Last Post: DreamingInsanity
  python library not defined in user defined function johnEmScott 2 3,906 May-30-2020, 04:14 AM
Last Post: DT2000
  User defined functions inside other user defined functions WildP 1 1,963 Jan-29-2020, 04:57 PM
Last Post: Clunk_Head
  using class functions in roguelike game trousers1 3 2,598 Dec-02-2019, 08:22 PM
Last Post: ichabod801

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020