TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #205 · 22 јан.

Как работает функция reload()? Эта функция нужна для того, чтобы перезагрузить изменившийся код из py-файла без рестарта интерпретатора. Дело в том, что любой импортированный модуль при повторном импорте не будет перечитывать файл. Функция импорта вернёт уже загруженный в память объект модуля. Чтобы обновить код, нужно либо перезапустить всю программу, либо использовать функцию reload() from importlib import reload reload(my_module) 🔸 Функция reload() принимает в качестве аргумента только объект модуля или пакета. Она не может перезагрузить класс или функцию. Только весь файл целиком! 🔸 Перезагрузка пакета перезагрузит только его файл __init__.py, если он есть. Но не вложенные модули. 🔸Она не может перезагрузить ранее не импортированный модуль. 🔸При вызове функция reload() перечитывает и перекомпилирует код в файле, создавая новые объекты. После создания новых объектов перезаписывается ранее созданный неймспейс этого модуля. Это значит, что если где-то этот модуль импортирован через import и обращение к атрибутам происходит через неймспейс (имя) модуля, то такие атрибуты обновятся. Если какие-либо объекты из этого модуля импортированы через from то они будут ссылаться на старые объекты. Напишем простой модуль # mymodule.py x = 1 Теперь импортируем модуль и отдельно переменную х из модуля >>> import mymodule >>> from mymodule import x >>> print(mymodule.x) 1 >>> print(x) 1 Не перезапуская интерпретатор вносим изменения в модуль # mymodule.py x = 2 Делаем перезагрузку модуля и проверяем х ещё раз >>> reload(mymodule) >>> print(mymodule.x) 2 >>> print(x) 1 То же самое будет если присвоить любой объект переменной (даже словарь или список) Повторный импорт обновляет значение >>> from mymodule import x >>> print(x) 2 🔸Созданные инстансы классов не обновятся после перезагрузки модуля. Их придётся пересоздать. #tricks#basic

Резултати

Пронајдени 6 слични објави

Пребарај: #stabbing

当前筛选 #stabbing清除筛选
MessageInABottle

@mib_messageinabottle · Post #7021 · 03.06.2024 г., 07:40

#Mannheim#stabbing • Male cop tackles this guy for some reason • Cop Attempts to restrain him • Male cops gets stabbed by the actual #stabber • Blue coat guy still gets arrested by useless female cop W.T.F 🤷‍♂ These have to be the stupidest police officers ever!

Reuters: World

@reutersworldchannel · Post #149413 · 15.10.2021 г., 14:54

LIVE: View outside the church where UK lawmaker David Amess was stabbed to death Live view outside the Belfairs Methodist Church where British Conservative lawmaker David Amess was stabbed to death by a man who walked into a meeting with voters. #Reuters#UKMP#stabbing # #Live#UKpolitics Subscribe: http://smarturl.it/reuterssubscribe Reuters brings you the latest business, finance and breaking news video from around the globe. Our reputation for accuracy and impartiality is unparalleled. Get the latest news on: http://reuters.com/ Follow Reuters on Facebook: https://www.facebook.com/Reuters Follow Reuters on Twitter: https://twitter.com/Reuters Follow Reuters on Instagram: https://www.instagram.com/reuters/?hl=en ➖@reutersworldchannel➖

MessageInABottle

@mib_messageinabottle · Post #7010 · 31.05.2024 г., 17:57

Several people injured in a mass-#stabbing at a rally in #Germany organised by #PaxEuropa, which is an organisation opposed to the "Islamisation of Europe". Activist and blogger Michael #Stürzenberger was among the injured. A German cop also got stabbed in the neck after he attacked one of the rally members, (one of those who was trying to subdue mad stabber), and then the stupid cop knelt on his chest like he was the problem - a microcosm of #EU decision-making. Looked like the cop just saw white German guy grappling with a muslim guy and immediately presumed that the white guy was the problem. Sometimes you deserve what you get 🤷‍♂ The last video looks the astoundingly stupid German police officers placing the white German guy under arrest 🤷‍♂

MessageInABottle

@mib_messageinabottle · Post #7073 · 08.08.2024 г., 23:57

Compare and contrast #UK#PrimeMinister#Starmer's reaction to: • "firey but mostly peaceful" #BLM riots in the US after the death of petty criminal drug-addict George Floyd Vs •#White Working class "Anti-#Stabbing" riots in the #UK after the #murder of 3 #children