Advertisement
mutchuloko

Função com múltiplos argumentos

Jan 30th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.23 KB | None | 0 0
  1. def __init__(
  2.             self,
  3.             db: str = 'test',
  4.             host: str = 'localhost',
  5.             port: int = 28015,
  6.             auth_key: str = '',
  7.             user: str = '',
  8.             password: str = ''
  9.     ):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement