syntax - What does the "at" (@) symbol do in Python? -


i'm looking @ python code used @ symbol, have no idea does. not know search searching python docs or google not return relevant results when @ symbol included.

the @ symbol used class, function , method decorators.

read more here:

pep 318: decorators

python decorators

the common python decorators you'll run are:

@property

@classmethod

@staticmethod


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -