post proprietà

post proprietà

Restituisce o imposta la stringa utilizzata con il metodo post per inserire i dati in un server web per restituire dati da una query web.

Definizione:

@property
def post(self):
    ...
@post.setter
def post(self, value):
    ...

Guarda anche