Copyright (c) Hyperion Entertainment and contributors.

AmigaOS Manual: Python Functions

From AmigaOS Documentation Wiki
Jump to navigation Jump to search

Built-in Functions Reference

__import__

abs()

abs(number)

Return the absolute value of a number. The argument may be an integer or a floating point number. If the argument is a complex number, its magnitude is returned.

all

any

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