Edited, memorised or added to reading queue

on 08-Oct-2020 (Thu)

Do you want BuboFlash to help you learning these things? Click here to log in or create user.

Magic Methods
#python

The expression x + y is translated into x.__add__(y).

However, if x hasn't implemented __add__, and x and y are of different types, then y.__radd__(x) is called.
There are equivalent r methods for all magic methods just mentioned.
Example:
class SpecialString:
def __init__(self, cont):
self.cont = cont

def __truediv__(self, other):
line = "=" * len(other.cont)
return "\n".join([self.cont, line, other.cont])


spam = SpecialString("spam")
hello = SpecialString("Hello world!")
print(spam / hello)Try It Yourself
Result:>>>
spam
============
Hello world!
>>>
In the example above, we defined the division operation for our class SpecialString.
statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on




[unknown IMAGE 5888090967308] #_important #has-images #mechanics-of-laminated-composites #structural-theories
statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

pdf

cannot see any pdfs




[unknown IMAGE 5888095685900] #Kirchhoff #_important #has-images #mechanics-of-laminated-composites #plate
statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

pdf

cannot see any pdfs




Flashcard 5888103550220

Tags
#python
Question

The expression x + y is translated into x.__add__(y).

However, if x hasn't implemented __add__, and x and y are of different types, then y.__radd__(x) is called.
There are equivalent r methods for all magic methods just mentioned.
Example:
class SpecialString:
def __init__(self, cont):
self.cont = cont

def __truediv__(self, other):
line = "=" * len(other.cont)
return "\n".join([self.cont, line, other.cont])


[...]
hello = SpecialString("Hello world!")
print(spam / hello)Try It Yourself
Result:>>>
spam
============
Hello world!
>>>
In the example above, we defined the division operation for our class SpecialString.
Answer
spam = SpecialString("spam")

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Magic Methods
st mentioned. Example: class SpecialString: def __init__(self, cont): self.cont = cont def __truediv__(self, other): line = "=" * len(other.cont) return "\n".join([self.cont, line, other.cont]) <span>spam = SpecialString("spam") hello = SpecialString("Hello world!") print(spam / hello)Try It Yourself Result:>>> spam ============ Hello world! >>> In the example above, we defined the division op







#CLPT #_important #has-images #mechanics-of-laminated-composites #plane-stress #strain-state #stress-state
statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

pdf

cannot see any pdfs




[unknown IMAGE 5888114822412] #_important #has-images #mechanics-of-laminated-composites #transverse-stresses
statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

pdf

cannot see any pdfs




[unknown IMAGE 5888121113868] #CLPT #_check #eighth-order-theory #has-images #mechanics-of-laminated-composites
statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

pdf

cannot see any pdfs




Flashcard 5888453512460

Question
The ______ channel is a voltage-gated channel that is responsible for the rapid depolarization of conducting myocardial cells.
Answer
sodium (Na)

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

pdf

cannot see any pdfs







Flashcard 5890193886476

Tags
#has-images


Question
This is important for mechanical synchrony.
Answer
sodium channels

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

pdf

cannot see any pdfs







Flashcard 5890197294348

Question
Abnormalities in structure or function of the __________, causing changes in activation/inactivation characteristics, have been involved in many diseases including Brugada’s syndrome, long QT syndrome (LQTS), sick sinus syndrome (SSS), and congenital conduction disease (CCD)
Answer
sodium channels

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

pdf

cannot see any pdfs







Re-entry is a depolarizing wave traveling through a closed path.
statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

pdf

cannot see any pdfs




Cardiac myocytes have two types of voltage-gated calcium (Ca) channels, L-type and T-type
statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

pdf

cannot see any pdfs