code
stringlengths
3
6.57k
threaded_generator(inner)
threaded_generator()
Queue(maxsize=queue_size)
object()
fill_queue()
q.put(value)
q.put(sentinel)
Thread(name=repr(g)
thread.start()
iter(q.get, sentinel)
thread.join()
exception_to_string(e: BaseException)
traceback.format_exception(e)
traceback.format_exception(etype=type(e)
join(formatted)
utc_now_datetime()
datetime.utcnow()
replace(tzinfo=pytz.utc)
local_timezone()
datetime.now()
astimezone()
applies_to()
protoc_insertion_point(imports)
_symbol_database.Default()
x01(\tB(\xe0\x41\x05\xfa\x41\"\n googleads.googleapis.com/AdGroup\x12\x14\n\x02id\x18\" \x01(\x03\x42\x03\xe0\x41\x03H\x00\x88\x01\x01\x12\x11\n\x04name\x18# \x01(\tH\x01\x88\x01\x01\x12N\n\x06status\x18\x05 \x01(\x0e\x32>.google.ads.googleads.v6.enums.AdGroupStatusEnum.AdGroupStatus\x12M\n\x04type\x18\x0c \x01(\x0e\x3...
x01(\x03H\x05\x88\x01\x01\x12\x1b\n\x0e\x63pm_bid_micros\x18( \x01(\x03H\x06\x88\x01\x01\x12\x1e\n\x11target_cpa_micros\x18)
decode('utf-8')
decode('utf-8')
decode('utf-8')
decode('utf-8')
decode('utf-8')
float(0)
decode('utf-8')
float(0)
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
_reflection.GeneratedProtocolMessageType('AdGroup', (_message.Message,)
protoc_insertion_point(class_scope:google.ads.googleads.v6.resources.AdGroup)
_sym_db.RegisterMessage(AdGroup)
protoc_insertion_point(module_scope)
path('', views.home, name='home')
path('', Home.as_view()
include()
path('blog/', include('blog.urls')
path("", include("home.urls")
path("accounts/", include("allauth.urls")
path("modules/", include("modules.urls")
path("api/v1/", include("home.api.v1.urls")
path("admin/", admin.site.urls)
path("users/", include("users.urls", namespace="users")
path("rest-auth/", include("rest_auth.urls")
path("rest-auth/registration/account-confirm-email/<str:key>/", confirm_email)
path("rest-auth/registration/", include("rest_auth.registration.urls")
path("api-docs/", schema_view.with_ui("swagger", cache_timeout=0)
path("", TemplateView.as_view(template_name='index.html')
re_path(r"^(?:.*)
TemplateView.as_view(template_name='index.html')
admin.site.register(POSPlant)
admin.site.register(POSZone)
admin.site.register(POSHardware)
admin.site.register(POSGroupProduct)
admin.site.register(POS)
admin.site.register(POSSlot)
admin.site.register(POSProduct)
admin.site.register(POSOperator)
admin.site.register(POSLog)
is_admin()
ctypes.windll.shell32.IsUserAnAdmin()
is_admin()
initilise()
open('hyde.law','w+')
check_file.write('setting_window_off')
check_file.close()
os.system('mkdir .hydefiles')
ctypes.windll.shcore.SetProcessDpiAwareness(1)
tk.Tk()
window.tk.call('tk', 'scaling', 2.0)
window.geometry("1050x380")
window.resizable(width=False,height=False)
window.title("Mr. Hyde")
window.iconbitmap('hyde.ico')
window.configure(bg='#333338')
tk.Label(text = "Mr. Hyde" ,fg="#d6d6c2",bg="#333338")
label.place(relx=.5,rely=.5,anchor="c")
clear_label()
label.place_forget()
tk.Label(text = "Encrypt Your Files with 'AES-256'" ,fg="white",bg="#333338")
label1.pack()
tk.Button(text='Select Files',activebackground='black',highlightcolor='black',bd=1,relief='flat',height=0,width=12,fg='white',bg='#338237',command=open_files,master=window)
open_files_button.pack(anchor='nw',pady=50,padx=10,side='left')
tk.Entry(width=15,show='*')
password_entry.place(x=600,y=82,height=42)
tk.Button(text='Encrypt',activebackground='black',highlightcolor='black',bd=1,relief='flat',height=0,width=12,fg='white',bg='#338237',command=lambda:encrypt_section(password_entry,select_files_label)
encrypt_button.place(x=910,y=82)
tk.Button(text='Decrypt',activebackground='black',highlightcolor='black',bd=1,relief='flat',height=0,width=12,fg='white',bg='#338237',command=lambda:decrypt_section(password_entry,select_files_label)
decrypt_button.place(x=770,y=82)
tk.Label(text='Password',fg='#d6d6c2',bg='#333338')
password_label.place(x=500,y=85)
tk.Label(text='files not selected',fg='#d6d6c2',bg='#333338')
select_files_label.place(x=460,y=220)
tk.Button(text='setting',activebackground='black',highlightcolor='black',bd=1,relief='flat',height=0,width=5,fg='white',bg='#338237',command=lambda :setting_window(check_file)